home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Palettes / HotShape / Makefile < prev    next >
Makefile  |  1995-06-12  |  964b  |  44 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = HotShapePalette
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. LOCAL_RESOURCES = HotShapeInspector.nib HotShapePalette.nib
  16.  
  17. GLOBAL_RESOURCES = HotShapePaletteIcon.tiff palette.table
  18.  
  19. CLASSES = HotShape.m HotShapeInspector.m HotShapePalette.m SmallCell.m
  20.  
  21. HFILES = HotShape.h HotShapeInspector.h HotShapePalette.h SmallCell.h\
  22.          HotPath.h
  23.  
  24. PSWFILES = HotPath.psw
  25.  
  26. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
  27.  
  28.  
  29. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  30. MAKEFILE = palette.make
  31. INSTALLDIR = /NextDeveloper/Palettes
  32. INSTALLFLAGS = -c -s -m 755
  33. SOURCEMODE = 444
  34.  
  35.  
  36.  
  37. -include Makefile.preamble
  38.  
  39. include $(MAKEFILEDIR)/$(MAKEFILE)
  40.  
  41. -include Makefile.postamble
  42.  
  43. -include Makefile.dependencies
  44.